home *** CD-ROM | disk | FTP | other *** search
- /*
- File: TestNoVTable.h
-
- Contains: Declaration for the TTestNoVTable class
-
- Copyright: © 1992-1994 by Apple Computer, Inc., all rights reserved.
-
- */
-
- #ifndef __TESTNOVTABLE__
- #define __TESTNOVTABLE__
-
- #ifndef __TESTTOOL__
- #include <TestTool.h>
- #endif
-
- /*******************************************************************************
- ** CLASS TTestNoVTable
- ********************************************************************************/
-
- #define kTTestNoVTableID kTestToolPrefix "TTestNoVTable,1.2"
-
- class TTestNoVTable : public TTestTool
- {
- public:
- _CDECL TTestNoVTable();
- virtual ~_CDECL TTestNoVTable();
-
- virtual void _CDECL InitTest(BooleanParm verbose, BooleanParm debug,
- int argc, char** argv);
- virtual void _CDECL RunTestIteration(BooleanParm verbose, BooleanParm debug);
- virtual void _CDECL EndTest(BooleanParm verbose, BooleanParm debug);
-
- };
-
- #endif
-